Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

RE: How to create a template with hidden design?
~Umberto Nongeroson 5.Jan.04 03:40 PM a Web browser
General All Releases Windows 2000


Then it looks like you get to write some code after all. Something like this, perhaps (or you could adapt the API code here if you prefer):


    Dim stream As NotesStream
    Set stream = session.CreateStream
    stream.WriteText
    {<database
    xmlns='http://www.lotus.com/dxl'
    version='6'
    templatename='MyTemplateName'
    fromtemplate=''>
    </database>}

    Set db = New NotesDatabase("MyServer", "MyTemplate.ntf")

    Dim
    mp As NotesDXLImporter
    Set mp = session.CreateDXLImporter(stream, db)
    With
    mp
    .ReplaceDbProperties
    = True
    .Process
    End With




How to create a template with hidde... (~Naomi Quettoov... 4.Jan.04)
. . RE: How to create a template with h... (~Julia Prefooth... 4.Jan.04)
. . . . That's not very nice (~Naomi Quettoov... 4.Jan.04)
. . . . . . RE: That's not very nice (~Bill Frokimari... 5.Jan.04)
. . . . . . . . Thank you for your answer! eom> eom... (~Naomi Quettoov... 5.Jan.04)
. . . . . . . . this was fixed in 6.03 (~Elizabeth Xanl... 5.Jan.04)
. . . . . . . . . . i'll check it (~Naomi Quettoov... 5.Jan.04)
. . . . . . . . . . . . RE: i'll check it (~Elizabeth Xanl... 5.Jan.04)
. . . . . . . . . . RE: this was fixed in 6.03 (~Kirk Elreterod... 5.Jan.04)
. . . . . . . . . . . . RE: this was fixed in 6.03 (~Elizabeth Xanl... 5.Jan.04)
. . Is this a proper way to create a te... (~Naomi Quettoov... 5.Jan.04)
. . RE: How to create a template with h... (~Kirk Elreterod... 5.Jan.04)
. . . . RE: How to create a template with h... (~Naomi Quettoov... 5.Jan.04)
. . . . . . RE: How to create a template with h... (~Kirk Elreterod... 5.Jan.04)
. . . . . . . . Ay caramba! (~Naomi Quettoov... 5.Jan.04)
. . . . . . . . . . RE: Ay caramba! (~Gus Opfoolitni... 5.Jan.04)
. . . . . . . . . . . . I'm not worthy! (~Naomi Quettoov... 5.Jan.04)
. . . . . . . . . . . . . . RE: I'm not worthy! (~Gus Opfoolitni... 5.Jan.04)
. . . . . . . . . . . . . . . . you are so right. it must be #1 eom... (~Naomi Quettoov... 5.Jan.04)
. . . . . . . . RE: How to create a template with h... (~Naomi Deskrote... 5.Jan.04)
. . . . . . . . . . RE: How to create a template with h... (~Naomi Quettoov... 5.Jan.04)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS